projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9aa7c3
)
Switch to defun in last commit
author
justbur
<justin@burkett.cc>
Wed, 7 Oct 2015 02:05:23 +0000
(22:05 -0400)
committer
justbur
<justin@burkett.cc>
Wed, 7 Oct 2015 02:05:23 +0000
(22:05 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 862a2bf61eb29e750b2d4d4c46b63244101f6895..76c14442879e577a30a0c840fa1731db60cb58b9 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-1100,7
+1100,7
@@
special (SPC,TAB,...) < single char < mod (C-,M-,...) < other."
Uses `string-lessp' after applying lowercase."
(string-lessp (downcase (cdr acons)) (downcase (cdr bcons))))
-(def
subst
which-key-prefix-then-key-order (acons bcons)
+(def
un
which-key-prefix-then-key-order (acons bcons)
"Order first by whether A and/or B is a prefix with no prefix
coming before a prefix. Within these categories order using
`which-key-key-order'."